home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / wlib11_4.zip / HEADERS.EXE / MISC.H < prev    next >
Text File  |  1991-02-03  |  392b  |  20 lines

  1. /*** MISC.H ***/
  2.  
  3. /* Written By P.A. McKenzie 
  4.  * The C Window Library
  5.  * Copyright (C) 1990   All Rights Reserved
  6. */
  7. #ifndef WNULLFN
  8.   #define WNULLFN   ((WPOINTER (*)()) 0)
  9. #endif
  10. #ifndef VWNULLFN
  11.   #define VWNULLFN  ((VWPOINTER (*)()) 0)
  12. #endif
  13. #ifndef NULLFN
  14.   #define NULLFN    ((int (*)()) 0)
  15. #endif
  16.  
  17. #ifndef VOIDNULLFN
  18.   #define VOIDNULLFN  ((void (*)()) 0)
  19. #endif
  20.